Make GtkCheckButton allocate all remaining space to it's child instead
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Wed, 29 Dec 2010 07:19:48 +0000 (16:19 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Wed, 29 Dec 2010 07:19:48 +0000 (16:19 +0900)
commitf519da41cfee2caadb660f37d73e308c5ef33dd0
tree5cd8a0423c6770cde8f1bc16b4f05edcd2ea0240
parent2fe4e6a81585924194d0cbeb5b86c775879664dd
Make GtkCheckButton allocate all remaining space to it's child instead
of limiting it to it's minimum size.

This fixes height-for-width labels inside a GtkCheckButton, for some
reason GtkCheckButton was limiting the child allocation to the child's
minimum request, probably for the sake of virtual left-alignment of
the child label to be beside the checkmark. This should be done by
other means if nescesarry.
gtk/gtkcheckbutton.c